Messages by Thread
-
[Irssi-xmpp-commits] rename xep/datalist.{c, h} to xep/tool_datalist.{c, h}
Colin Didier
-
[Irssi-xmpp-commits] implement the command /XMPPPASSWD to change your password
Colin Didier
-
[Irssi-xmpp-commits] fix command_set_options
Colin Didier
-
[Irssi-xmpp-commits] drop inexistent include
Colin Didier
-
[Irssi-xmpp-commits] format the README
Colin Didier
-
[Irssi-xmpp-commits] update documentation to reflect the reality of the XEPs implementations
Colin Didier
-
[Irssi-xmpp-commits] remove unused register.* files
Colin Didier
-
[Irssi-xmpp-commits] move XMPPREGISTER/XMPPUNREGISTER commands (of the \"XEP-0077: In-Band Registration\" implementation) into xep/registration.c
Colin Didier
-
[Irssi-xmpp-commits] convert own jid, password and resource to UTF-8 before connecting to a server
Colin Didier
-
[Irssi-xmpp-commits] code cleanup in the ping support
Colin Didier
-
[Irssi-xmpp-commits] include irssi's config.h in every modules so configure parameters of irssi aren't ignored anymore (fix ipv6 support: bug #12525) [...]
Colin Didier
-
[Irssi-xmpp-commits] new help for subscribe events
Colin Didier
-
[Irssi-xmpp-commits] revert previous commit: help in subscribe events
Colin Didier
-
[Irssi-xmpp-commits] print a little help in suscribe events
Colin Didier
-
[Irssi-xmpp-commits] fix completion of /PRESENCE, but most of the code in xmpp-completion.c need to be rewritten because it doesn't work as expected
Colin Didier
-
[Irssi-xmpp-commits] unbreak /PRESENCE
Colin Didier
-
[Irssi-xmpp-commits] update documentation
Colin Didier
-
[Irssi-xmpp-commits] rename /ROSTER {ACCEPT|DENY|SUBSCRIBE|UNSUBSCRIBE} to /PRESENCE {ACCEPT|DENY|SUBSCRIBE|UNSUBSCRIBE}
Colin Didier
-
[Irssi-xmpp-commits] drop nickname server's field because it isn't needed
Colin Didier
-
[Irssi-xmpp-commits] fix nick change in MUC
Colin Didier
-
[Irssi-xmpp-commits] sort users when renaming an user
Colin Didier
-
[Irssi-xmpp-commits] sort users when moving them to another group
Colin Didier
-
[Irssi-xmpp-commits] emit signal for subscribe/subscribed/unsubscribe/unsubscribed events, so authorization requests should work now
Colin Didier
-
[Irssi-xmpp-commits] last commit wasn't modular
Colin Didier
-
[Irssi-xmpp-commits] display the correct nick in our own public messages
Colin Didier
-
[Irssi-xmpp-commits] display SSL errors as warnings and drop 'xmpp ssl error' signal
Colin Didier
-
[Irssi-xmpp-commits] fix lm_connection_close
Colin Didier
-
[Irssi-xmpp-commits] fix unaway
Colin Didier
-
[Irssi-xmpp-commits] fix muc-reconnect
Colin Didier
-
[Irssi-xmpp-commits] add missing files from previous commit
Colin Didier
-
[Irssi-xmpp-commits] fix fe-text architecture and reintroduce the nick change in the statusbar
Colin Didier
-
[Irssi-xmpp-commits] enable MUC support
Colin Didier
-
[Irssi-xmpp-commits] fix assertion when connection failed
Colin Didier
-
[Irssi-xmpp-commits] the function muc_session_init() doesn't exist
Colin Didier
-
[Irssi-xmpp-commits] bring the MUC support back (but _disabled_ because the message handling code is still missing)
Colin Didier
-
[Irssi-xmpp-commits] fix /UPGRADE command, server reconnect and move send_message
Colin Didier
-
[Irssi-xmpp-commits] disco API changes
Colin Didier
-
[Irssi-xmpp-commits] better way to strip codes
Colin Didier
-
[Irssi-xmpp-commits] strip format codes ( Ctrl-{B, C, F, G, R} ) in messages so we aren't disconnected anymore (spotted by Mattias Eriksson)
Colin Didier
-
[Irssi-xmpp-commits] fix a memory leak in send_stanza
Colin Didier
-
[Irssi-xmpp-commits] display /PING result
Colin Didier
-
[Irssi-xmpp-commits] this should be static
Colin Didier
-
[Irssi-xmpp-commits] factorize some commands code and add command /PING
Colin Didier
-
[Irssi-xmpp-commits] factorize code that will be reused in other xep implementations
Colin Didier
-
[Irssi-xmpp-commits] respond to disco requests
Colin Didier
-
[Irssi-xmpp-commits] sort the features
Colin Didier
-
[Irssi-xmpp-commits] respond to ping requests
Colin Didier
-
[Irssi-xmpp-commits] fix xmpp_add_feature
Colin Didier
-
[Irssi-xmpp-commits] add basic support of XEP-0066: Out of Band Data (as suggested by davux)
Colin Didier
-
[Irssi-xmpp-commits] update signal list
Colin Didier
-
[Irssi-xmpp-commits] correctly check if it's an XMPP server signal (no more assertion when connecting to an IRC server)
Colin Didier
-
[Irssi-xmpp-commits] remove unused include
Colin Didier
-
[Irssi-xmpp-commits] don't remove the composing listener if it's unsupported
Colin Didier
-
[Irssi-xmpp-commits] add basic support of XEP-0085: Chat State Notifications (only handle incoming events)
Colin Didier
-
[Irssi-xmpp-commits] prevent the compiler from picking the wrong header file (core/module.h and fe-common/module.h)
Colin Didier
-
[Irssi-xmpp-commits] display results of /WHOIS and /VER
Colin Didier
-
[Irssi-xmpp-commits] add composing support compliant to XEP-0022: Message Events
Colin Didier
-
[Irssi-xmpp-commits] add message events to the list of supported services
Colin Didier
-
[Irssi-xmpp-commits] add full_jid to the parameters of the signals online/offline
Colin Didier
-
[Irssi-xmpp-commits] rename text-core.c to text-xmpp-core.c
Colin Didier
-
[Irssi-xmpp-commits] reenable the load of fe-text module
Colin Didier
-
[Irssi-xmpp-commits] fix unavailable status message
Colin Didier
-
[Irssi-xmpp-commits] fix fe-text/ and do some cleanup
Colin Didier
-
[Irssi-xmpp-commits] add infrastructure for fe-common parts of xeps support
Colin Didier
-
[Irssi-xmpp-commits] code style changes
Colin Didier
-
[Irssi-xmpp-commits] fix queries creation to work in channels again
Colin Didier
-
[Irssi-xmpp-commits] reintroduce fe-xmpp-messages.c (display /ME, ...), prepare to the muc support, and some code style changes
Colin Didier
-
[Irssi-xmpp-commits] reintroduce channel support in the completion (prepare to the muc support)
Colin Didier
-
[Irssi-xmpp-commits] code style changes (no binary changes)
Colin Didier
-
[Irssi-xmpp-commits] rewrite registration (now /XMPPREGISTER is working, exept for the -host option) and implement /XMPPUNREGISTER
Colin Didier
-
[Irssi-xmpp-commits] first bits of account registration (/XMPPREGISTER) disabled because it mysteriously doesn't work yet (based on the example in loudmouth sources)
Colin Didier
-
[Irssi-xmpp-commits] /XMPPCONNECT doesn't understand the parameter -priority, so drop it
Colin Didier
-
[Irssi-xmpp-commits] split some connection fonctions that will be re-use later in the register code
Colin Didier
-
[Irssi-xmpp-commits] first bits of message events (with the files this time)
Colin Didier
-
[Irssi-xmpp-commits] first bits of message events
Colin Didier
-
[Irssi-xmpp-commits] reintroduces vcard with /WHOIS (as /VER the result isn't displayed yet)
Colin Didier
-
[Irssi-xmpp-commits] drop some assertions in version.c
Colin Didier
-
[Irssi-xmpp-commits] drop dead code
Colin Didier
-
[Irssi-xmpp-commits] reintroduces software version and the command /VER (result isn't displayed yet because the code in fe-common/ is still missing)
Colin Didier
-
[Irssi-xmpp-commits] really fix online unregistered user in the roster this time
Colin Didier
-
[Irssi-xmpp-commits] fix assertions in ping.c
Colin Didier
-
[Irssi-xmpp-commits] fix showing unsuscribed available user (setting roster_show_unsuscribed)
Colin Didier
-
[Irssi-xmpp-commits] reintroduce ping support (to get the lagmeter to work for now)
Colin Didier
-
[Irssi-xmpp-commits] better sort of the resources
Colin Didier
-
[Irssi-xmpp-commits] fix declaration in some headers
Colin Didier
-
[Irssi-xmpp-commits] add new signal \"xmpp server features\"
Colin Didier
-
[Irssi-xmpp-commits] rename xep/features.c to xep/disco.c
Colin Didier
-
[Irssi-xmpp-commits] fix and improve the way the roster is sorted, handle presence errors correctly, rename setting roster_show_offline_unsuscribed to roster_show_unsuscribed
Colin Didier
-
[Irssi-xmpp-commits] reintroduce the setting roster_service_name to fix a segfault
Colin Didier
-
[Irssi-xmpp-commits] Enormous commit of the work-in-progress rewrite of the architecture of [...]
Colin Didier
-
[Irssi-xmpp-commits] install -m 644 for the documentation instead of install
Colin Didier
-
[Irssi-xmpp-commits] fix the way the raw logs are printed which might lead to a segfault if someone say \"%s\" or to a funny output if someone say \"%a_color\"
Colin Didier
-
[Irssi-xmpp-commits] don't assume that a jid without @ is not a jid in /ROSTER
Colin Didier
-
[Irssi-xmpp-commits] fix bug #11577: irssi-xmpp ignores messages without a 'type' attribute (report and patch by Thomas Frauendorfer)
Colin Didier
-
[Irssi-xmpp-commits] some changes in the format of the roster
Colin Didier
-
[Irssi-xmpp-commits] make some debug warnings disappear when sending a message to someone not in the roster
Colin Didier
-
[Irssi-xmpp-commits] api change: xmpp_rosters_find_user can give the resource
Colin Didier
-
[Irssi-xmpp-commits] fix status change string
Colin Didier
-
[Irssi-xmpp-commits] fix stop composing when sending a message
Colin Didier
-
[Irssi-xmpp-commits] some work on /WHOIS, [...]
Colin Didier
-
[Irssi-xmpp-commits] show names in the status window (inspired by a patch from Matthias Diener)
Colin Didier
-
[Irssi-xmpp-commits] fix \"make help-install\" (reported by Matthias Diener)
Colin Didier
-
[Irssi-xmpp-commits] little fix for /WHOIS
Colin Didier
-
[Irssi-xmpp-commits] display /VER result in a query if one is opened
Colin Didier
-
[Irssi-xmpp-commits] /VER and /PING work without parameters in queries, [...]
Colin Didier
-
[Irssi-xmpp-commits] Allow /PING and /VER on room nicks
Colin Didier
-
[Irssi-xmpp-commits] change my jid
Colin Didier
-
[Irssi-xmpp-commits] fix segfault using /quote with no parameters
Colin Didier
-
[Irssi-xmpp-commits] fix segfault using /me with no parameters
Colin Didier
-
[Irssi-xmpp-commits] display /VER result
Colin Didier
-
[Irssi-xmpp-commits] add info about port, typo irrsi -> irssi
Colin Didier
-
[Irssi-xmpp-commits] update FAQ: add response to the question 1.1
Colin Didier
-
[Irssi-xmpp-commits] update NEWS and README for the upcoming 1.0 release
Colin Didier
-
[Irssi-xmpp-commits] update docs
Colin Didier
-
[Irssi-xmpp-commits] license change: \"GPL version 2 or (at your option) any later version\" -> \"GPL versio [...]
Colin Didier
-
[Irssi-xmpp-commits] fix group completion, limit completion to jid for /roster, add channel completion for /invite
Colin Didier
-
work on invite, now /INVITE�works
Colin Didier
-
[Irssi-xmpp-commits] fix composing
Colin Didier
-
[Irssi-xmpp-commits] add error messages for some commands
Colin Didier
-
[Irssi-xmpp-commits] fix the bug that hide your own messages in a IRC channel
Colin Didier
-
[Irssi-xmpp-commits] add help/roster (yet empty)
Colin Didier
-
update the documentation (only the FAQ�remain incomplete)
Colin Didier
-
[Irssi-xmpp-commits] install the help/roster file
Colin Didier
-
[Irssi-xmpp-commits] fix indent
Colin Didier
-
[Irssi-xmpp-commits] it's better to extract the text before trying to do anything with it ^^
Colin Didier
-
[Irssi-xmpp-commits] fix segfault introduce with the last commit
Colin Didier
-
[Irssi-xmpp-commits] display own MUC messages only when they are received [...]
Colin Didier
-
[Irssi-xmpp-commits] fix an erroneous assertion
Colin Didier
-
[Irssi-xmpp-commits] add header file for xep.c
Colin Didier
-
[Irssi-xmpp-commits] - rework the handler of iq messages [...]
Colin Didier
-
[Irssi-xmpp-commits] some code rewritte in the raw handler
Colin Didier
-
[Irssi-xmpp-commits] add a specific handler to show raw log
Colin Didier
-
[Irssi-xmpp-commits] don't autojoin channels if we don't want
Colin Didier
-
[Irssi-xmpp-commits] fix nickmode that is'nt dynamically allocated in irssi prior to 0.8.12
Colin Didier
-
[Irssi-xmpp-commits] - some code rewrite in the chat history [...]
Colin Didier
-
[Irssi-xmpp-commits] - support actions in history messages [...]
Colin Didier
-
[Irssi-xmpp-commits] add the handler of the chat history, these messages are now displayed with timestamps
Colin Didier
-
[Irssi-xmpp-commits] add define XMLNS_DATA for xmls \"jabber:x:data\"
Colin Didier
-
[Irssi-xmpp-commits] some changes in the way subjects are handled
Colin Didier
-
[Irssi-xmpp-commits] fix comments
Colin Didier
-
[Irssi-xmpp-commits] - automatic join are now done in the background [...]
Colin Didier
-
[Irssi-xmpp-commits] build infrastructure doesn't link the modules fe-common and fe-text to loudmouth anymore
Colin Didier
-
[Irssi-xmpp-commits] update NEWS and README
Colin Didier
-
[Irssi-xmpp-commits] fix cmd_me emits wrong number of arguments, reported by Andrew Skalski
Colin Didier
-
[Irssi-xmpp-commits] fix install in makefile rules
Colin Didier
-
[Irssi-xmpp-commits] fix bug #10481 (reported by Andrew Skalski), messages with an empty body are now ignored
Colin Didier
-
[Irssi-xmpp-commits] - new plan for version 1.0 in README and docs/XEP (0.20 will not be released) [...]
Colin Didier
-
[Irssi-xmpp-commits] - new make infrastructure now completed [...]
Colin Didier
-
[Irssi-xmpp-commits] - new make architecture (now it works with bsd make), but \"make install\" is not finished [...]
Colin Didier
-
[Irssi-xmpp-commits] - add support of multiple channel autojoin [...]
Colin Didier
-
[Irssi-xmpp-commits] rewriting of the code that show the roster
Colin « errtu » Didier
-
[Irssi-xmpp-commits] Some changes in the way nicks already in use are handled
Colin « errtu » Didier
-
[Irssi-xmpp-commits] fix joining errors [...]
Colin « errtu » Didier
-
[Irssi-xmpp-commits] add blank documentation files
Colin « errtu » Didier
-
[Irssi-xmpp-commits] some code clean up (drop xmpp_server_is_alive())
Colin « errtu » Didier
-
[Irssi-xmpp-commits] clean the todo list
Colin « errtu » Didier
-
[Irssi-xmpp-commits] -server -> -host
Colin « errtu » Didier
-
[Irssi-xmpp-commits] Pull from my personal repo: [...]
Colin « errtu » Didier
-
[Irssi-xmpp-commits] some changes in the way that servers are disconnected when they still connecting
Colin « errtu » Didier
-
[Irssi-xmpp-commits] now quit and clean properly (shouldn't segfault when unloading module anymore)
Colin « errtu » Didier
-
[Irssi-xmpp-commits] better disconnection
Colin « errtu » Didier
-
[Irssi-xmpp-commits] fix last commit, it's normal messages not unknown messages that should be handled like chat messages
Colin « errtu » Didier
-
[Irssi-xmpp-commits] handle unknow messages <message> as chat message
Colin « errtu » Didier
-
[Irssi-xmpp-commits] close the room if we see our nick leaving it (probably fix the leaving problem when the MUC server crash)
Colin « errtu » Didier
-
[Irssi-xmpp-commits] server -> host in help files
Colin « errtu » Didier
-
[Irssi-xmpp-commits] complete /AWAY command
Colin « errtu » Didier
-
[Irssi-xmpp-commits] add the first parameter \"online\" in /AWAY, to set a message status without going away
Colin « errtu » Didier
-
[Irssi-xmpp-commits] now connect even if the host and the server part of a jid are different, fix /XMPPCONNECT
Colin « errtu » Didier
-
[Irssi-xmpp-commits] fix /disconnect when connecting (it shouldn't segfault anymore but it's not finnished)
Colin « errtu » Didier
-
[Irssi-xmpp-commits] better register/unregister handlers when connected/disconnected
Colin « errtu » Didier
-
[Irssi-xmpp-commits] test if the handler is valid befor invalidate it
Colin « errtu » Didier
-
[Irssi-xmpp-commits] better channels completion
Colin « errtu » Didier
-
[Irssi-xmpp-commits] channels completion
Colin « errtu » Didier
-
[Irssi-xmpp-commits] fix group completion in /ROSTER
Colin « errtu » Didier
-
[Irssi-xmpp-commits] fix segfault when printing raw messages when the connection is lost
Colin « errtu » Didier
-
[Irssi-xmpp-commits] some more work connections
Colin « errtu » Didier
-
[Irssi-xmpp-commits] some fixes in the way the connections are handled
Colin « errtu » Didier
-
[Irssi-xmpp-commits] fix segfault when coming back from away
Colin « errtu » Didier
-
[Irssi-xmpp-commits] Character set recoding improvements, it should work everywere now
Colin « errtu » Didier
-
[Irssi-xmpp-commits] send the auto send command to channel
Colin « errtu » Didier
-
[Irssi-xmpp-commits] add sessions
Colin « errtu » Didier
-
[Irssi-xmpp-commits] fix part message
Colin « errtu » Didier
-
[Irssi-xmpp-commits] show correct kick actor
Colin « errtu » Didier
-
[Irssi-xmpp-commits] send presence to channels
Colin « errtu » Didier
-
[Irssi-xmpp-commits] autojoin channels is now working
Colin « errtu » Didier
-
[Irssi-xmpp-commits] better connection handling, some fixes in ping, code cleanup
Colin « errtu » Didier
-
[Irssi-xmpp-commits] add XMPP Ping support, improve services discovery
Colin « errtu » Didier
-
[Irssi-xmpp-commits] add some comments
Colin « errtu » Didier
-
[Irssi-xmpp-commits] Send keep alive like Gossip, hope this would solve the connection timeout [...]
Colin « errtu » Didier
-
[Irssi-xmpp-commits] add \"install\" rule (from David Ammouial)
Colin « errtu » Didier
-
[Irssi-xmpp-commits] add raw window and status window
Colin « errtu » Didier
-
[Irssi-xmpp-commits] add MUC specific nicklist
Colin « errtu » Didier
-
[Irssi-xmpp-commits] more work on MUC support, add a raw window and a contact's status window, some code cleanup
Colin « errtu » Didier