log

age author description
Sat, 13 Mar 2010 22:25:20 +0200 Myhailo Danylenko Add API version to module description
Sat, 13 Mar 2010 21:56:33 +0100 Myhailo Danylenko Update API changelog (API v3)
Sat, 13 Mar 2010 20:09:14 +0200 Myhailo Danylenko Refuse to replace existing guards
Sat, 13 Mar 2010 21:51:14 +0100 Mikael Berthe Update ChangeLog.api (2)
Sat, 13 Mar 2010 19:11:53 +0100 Mikael Berthe Merge main and crew
Sat, 13 Mar 2010 19:51:54 +0200 Myhailo Danylenko Fix output of message on module unloading
Sat, 13 Mar 2010 19:08:48 +0100 Mikael Berthe Display module API version with mcabber -V
Sat, 13 Mar 2010 19:51:54 +0200 Myhailo Danylenko Fix output of message on module unloading
Sat, 13 Mar 2010 18:17:10 +0200 Myhailo Danylenko Introduce mcabber/api.h
Sat, 13 Mar 2010 18:12:47 +0200 Myhailo Danylenko Limit = alignment to 1/3 of screen in option list
Sat, 13 Mar 2010 16:19:46 +0200 Myhailo Danylenko Sort and pretty-format options list
Sat, 13 Mar 2010 18:05:07 +0100 Mikael Berthe Update documentation
Sat, 13 Mar 2010 14:51:13 +0100 Mikael Berthe Update ChangeLog
Sat, 13 Mar 2010 13:36:48 +0100 Mikael Berthe Uncomment max_history_blocks in the sample configuration file
Sat, 13 Mar 2010 13:18:07 +0100 Mikael Berthe Add (optional) suffix after nick completion in Multi-User Chats
Sat, 13 Mar 2010 11:57:32 +0100 Mikael Berthe Add a warning when using /module info with no module name
Sat, 13 Mar 2010 12:30:30 +0200 Myhailo Danylenko Reorder fields in module info struct
Sat, 13 Mar 2010 12:28:55 +0200 Myhailo Danylenko Update help for /module command
Sat, 13 Mar 2010 12:35:15 +0200 Myhailo Danylenko Update HOWTO
Sat, 13 Mar 2010 10:47:14 +0100 Myhailo Danylenko Changelog file for API
Sat, 13 Mar 2010 10:36:25 +0100 Myhailo Danylenko Update modules to use new api
Sat, 13 Mar 2010 10:29:18 +0100 Myhailo Danylenko Use api version for module checks
Fri, 12 Mar 2010 19:13:56 +0100 Mikael Berthe Fix readline_updowncase_word() and readline_capitalize_word() wrt UTF-8
Thu, 11 Mar 2010 22:27:36 +0100 Mikael Berthe Randomize reconnection delay
Thu, 11 Mar 2010 21:53:46 +0100 Mikael Berthe Use random() instead of rand()
Thu, 11 Mar 2010 21:45:51 +0100 Mikael Berthe Set the message flag when using /set, /bind or /alias
Tue, 09 Mar 2010 22:41:34 +0100 Mikael Berthe Clean up useless variable
Tue, 09 Mar 2010 20:45:57 +0100 Mikael Berthe Do not automatically append ":" to the "info" string
Sun, 07 Mar 2010 14:50:00 +0100 Mikael Berthe Update hgignore file
Sun, 07 Mar 2010 14:08:09 +0100 Mikael Berthe BUILD_JABBER isn't used anymore
Sun, 07 Mar 2010 13:02:38 +0100 Mikael Berthe Rename do_say_internal() and export it as say_cmd()
Sat, 06 Mar 2010 21:08:22 +0100 Mikael Berthe Add msay toggle_verbatim subcommand to online help (Reported by Hermitifier)
Sat, 06 Mar 2010 21:22:42 +0200 Myhailo Danylenko Update help for /module
Sat, 06 Mar 2010 21:04:31 +0200 Myhailo Danylenko Move -f flag of /module command after a subcommand
Sat, 06 Mar 2010 19:21:05 +0100 Mikael Berthe Misc. small style changes
Thu, 04 Mar 2010 13:03:20 +0200 Myhailo Danylenko New modules loading scheme
Tue, 02 Mar 2010 13:47:43 +0100 Mikael Berthe Fix small typo in config. file
Mon, 01 Mar 2010 20:23:22 +0100 Mikael Berthe Fix segfault introduced in previous commit
Sun, 28 Feb 2010 21:25:18 +0100 Mikael Berthe Allow status command in the configuration file
Sun, 28 Feb 2010 18:50:30 +0100 Mikael Berthe Improve login process
Sun, 28 Feb 2010 17:02:26 +0100 Mikael Berthe Update XEP-0184 support
Sun, 28 Feb 2010 15:19:27 +0100 Mikael Berthe Minor style and header updates
Sun, 28 Feb 2010 14:15:38 +0100 Mikael Berthe Handle priority changes when the contact status doesn't change
Sun, 28 Feb 2010 14:09:47 +0100 Mikael Berthe Add helper function roster_getprio()
Sun, 28 Feb 2010 13:46:46 +0100 Mikael Berthe Do not move a contact before the server's ACK
Sun, 28 Feb 2010 13:31:57 +0100 Mikael Berthe Do not rename a contact before the server's ACK
Sun, 28 Feb 2010 13:04:59 +0100 Mikael Berthe Update hgignore file
Sun, 28 Feb 2010 12:51:32 +0100 Mikael Berthe Cosmetic change in ./configure --help output
Sun, 28 Feb 2010 11:33:39 +0100 Mikael Berthe Fix vCard requests in MUC rooms
Sun, 28 Feb 2010 10:20:13 +0100 Mikael Berthe Do not display Unhandled IQ request stanzas in the log window
Thu, 25 Feb 2010 21:26:15 +0100 Mikael Berthe Do not use the full JID for vcard requests (Hermitifier)
Thu, 25 Feb 2010 21:21:43 +0100 Mikael Berthe Remove buggy check in handle_vcard_node() (Reported by Hermitifier)
Mon, 15 Feb 2010 17:00:28 +0200 Myhailo Danylenko mcabber.pc fixes
Wed, 17 Feb 2010 19:08:55 +0100 Mikael Berthe Remove extra newlines in scr_LogPrint() calls
Wed, 17 Feb 2010 19:07:50 +0100 Mikael Berthe Do not call hk_mystatuschange() twice when we're disconnected
Wed, 17 Feb 2010 18:44:39 +0100 Mikael Berthe Do not display Loudmouth's disconnection value when disconnected normally
Sat, 13 Feb 2010 21:32:21 +0100 Mikael Berthe s/JEP/XEP/
Fri, 12 Feb 2010 23:07:30 +0100 Mikael Berthe Fix typo in config. file (spotted by calico.jeff)
Mon, 08 Feb 2010 00:32:18 +0200 Myhailo Danylenko Add .pc file
Tue, 09 Feb 2010 18:05:13 +0100 franky Fix typo introduced in ac881b5f9248 (s/last/ping)